All Packages Class Hierarchy This Package Previous Next Index
NSTableView
class.
The methods in this interface are delegate methods.
This interface is exposed in Java for documentation purposes, since one
is not required to implement this interface. Your class may implement one
or more of these methods, as needed. Only those methods implemented will
be called.
- selectionShouldChangeInTableView:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
- tableView:shouldEditTableColumn:row:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
- tableView:shouldSelectRow:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
- tableView:shouldSelectTableColumn:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
- tableView:willDisplayCell:forTableColumn:row:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
public abstract void tableViewWillDisplayCell(TableView tableView, Object cell, TableColumn tableColumn, int row)
- tableView:willDisplayCell:forTableColumn:row:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
public abstract boolean tableViewShouldEditLocation(TableView tableView, TableColumn tableColumn, int row)
- tableView:shouldEditTableColumn:row:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
public abstract boolean selectionShouldChangeInTableView(TableView aTableView)
- selectionShouldChangeInTableView:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
public abstract boolean tableViewShouldSelectRow(TableView tableView, int row)
- tableView:shouldSelectRow:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
public abstract boolean tableViewShouldSelectTableColumn(TableView tableView, TableColumn tableColumn)
- tableView:shouldSelectTableColumn:
Objective-C instance method
implemented by delegates of the TableView
class
(known as the NSTableView
Objective-C class).
All Packages Class Hierarchy This Package Previous Next Index